_scripts/demo-schemas/address[1].avsc (27 lines of code) (raw):

{ "type": "record", "name": "Address", "namespace": "com.epam.eco.schemacatalog.demo", "fields": [ { "name": "id", "type": "int" }, { "name": "name", "type": "string" }, { "name": "city", "type": "string" }, { "name": "state", "type": "string" }, { "name": "firstLine", "type": "string" } ] }